home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineButton2_312 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-03  |  108 b   |  6 lines

  1. on(release){
  2.    _parent.movie_load("exit.swf");
  3.    _parent.nav_activate("");
  4.    gotoAndStop("init");
  5. }
  6.